embed {
  width: 0;
  height: 0;
  background: none;
}
.site-topbar {
  width: 100%;
  height: 40px;
  font-size: 12px;
  background: #f9f9f9;
}
.home-hero{
  width: 100%;
  margin: 52px auto 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}
.site-topbar .container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-topbar .container .topbar-cart {
  float: right;
  width: 120px;
  margin-left: 15px;
}
.site-topbar .container .topbar-cart .cart-mini {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #b0b0b0;
}
.site-topbar .container .topbar-cart .cart-mini:hover {
  background: #fff;
  color: #f8616f;
}
.site-topbar .container .topbar-cart .cart-mini .cart-mini-i {
  margin-right: 4px;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
}
.site-topbar .container .topbar-cart .cart-mini .cart-mini-num:hover {
  color: #f8616f;
}
.site-topbar .container .topbar-info {
  float: right;
  height: 40px;
  line-height: 40px;
}
.site-topbar .container .topbar-info .link {
  padding: 0 5px;
  text-align: center;
  color: #b0b0b0;
  line-height: 40px;
  display: inline-block;
}
.site-topbar .container .topbar-info .link:hover {
  color: #f8616f;
}
.site-topbar .container .topbar-info .sep {
  color: #424242;
}
.site-topbar .container .topbar-info .message {
  color: #b0b0b0;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
}
.site-topbar .container .topbar-info .message:hover {
  color: #f8616f;
}

.home-hero {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.home-hero .do-food {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.home-hero .do-food .do-html-content {
  padding: 10px 0;
}
.home-hero .do-food .do-html-content .do-content-title {
  text-align: center;
  margin-bottom: 20px;
}
.home-hero .do-food .do-html-content .do-content-title span {
  font-weight: bold;
  font-size: 26px;
  font-family: "Microsoft YaHei";
  color: #5a5a5a;
}
.home-hero .do-food .do-html-content .do-content-text {
  text-align: center;
  margin-bottom: 20px;
}
.home-hero .do-food .do-html-content .do-content-text span {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #787878;
}
.home-hero .do-food .do-html-content .do-content-btn {
  text-align: right;
}
.home-hero .do-food .do-html-content .do-content-btn a {
  font-size: 16px;
  line-height: 58px;
  color: #424242;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.home-hero .do-food .do-html-content .do-content-btn a:hover {
  color: #ff6700;
}
.home-hero .do-food .do-html-content .do-content-btn a:hover i {
  color: #ff6700;
}
.home-hero .do-food .do-html-content .do-content-btn i {
  color: #b0b0b0;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-hero .do-food .do-element-media-ul {
  margin-top: 30px;
  /*height: 430px;*/
  background: #f9f9f9;
  padding: 10px;
}
.home-hero .do-food .do-element-media-ul li {
  display: inline-block;
  width: 260px;
  position: relative;
  padding: 15px;
  background: #fff;
  overflow: hidden;
  transition: 1s;
}
.home-hero .do-food .do-element-media-ul li:hover img {
  cursor: pointer;
}
.home-hero .do-food .do-element-media-ul li div {
  height: 260px;
  overflow: hidden;
}
.home-hero .do-food .do-element-media-ul li div img {
  transition: 1s;
}
.home-hero .do-food .do-element-media-ul li .shop-name {
  padding: 6px 0;
  font: 16px/1.5 "Hiragino Sans GB", "Microsoft YaHei", Helvetica, '宋体', STFangsong, STXihei, Arial, serif;
  color: #3e3e3e;
}
.home-hero .do-food .do-element-media-ul li .doc-btn{
  text-align: center;
}
.home-hero .do-food .do-element-media-ul li  .doc-chat_btn{
  font: 12px/1.5 "Hiragino Sans GB", "Microsoft YaHei", Helvetica, '宋体', STFangsong, STXihei, Arial, serif;
  color: #f8616f;
  line-height: 40px
}
.home-hero .do-food .do-element-media-ul li .doc-ico{
  margin-right: 20px;
}
.home-hero .do-food .do-element-media-ul li .doc-name{
  font-size: 16px;
  text-align: center;
  line-height: 48px;
}
.home-hero .do-food .do-element-media-ul li .doc-avater{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
}
.home-hero .do-food .do-element-media-ul li .doc-type{
  text-align: center;
  line-height: 20px;
  color: #3e3e3e;
  font-size: 12px;
}
.home-hero .do-food .do-element-media-ul li .doct-split{
  border: 2px solid #eee;
  margin: 0 10px;
}
.home-hero .do-food .do-element-media-ul li .shop-desc {
  line-height: 2em;
  width: 100%;
}

.home-hero .do-food .do-element-media-ul li .shop-desc{
  width: 100%;
  font-size: 12px;
  word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.home-hero .do-food .do-element-media-ul li .shop-desc span {
  padding: 2px 4px;
  color: #ffffff;
  font-size: 14px;
  background: #f8616f;
  margin-right: 10px;
}
.home-hero .do-food .do-element-media-ul li .shop-price {
  margin-top: 20px;
}
.home-hero .do-food .do-element-media-ul li .buy_btn {
  font: 12px/1.5 "Hiragino Sans GB", "Microsoft YaHei", Helvetica, '宋体', STFangsong, STXihei, Arial, serif;
  color: #f8616f;
}
.home-hero .do-food .do-element-media-ul li .buy_btn:hover {
  text-decoration: underline;
}
.home-hero .do-food .do-element-media-ul li .buy_btn .ico {
  color: #f8616f;
  font: 12px/1.5 "Hiragino Sans GB", "Microsoft YaHei", Helvetica, '宋体', STFangsong, STXihei, Arial, serif;
}
.home-hero .do-pictrue {
  width: 100%;
  height: 100%;
}
.home-hero .do-pictrue .do-html-content {
  padding: 10px 0;
}
.home-hero .do-pictrue .do-html-content .do-content-title {
  text-align: center;
  margin-bottom: 20px;
}
.home-hero .do-pictrue .do-html-content .do-content-title span {
  font-weight: bold;
  font-size: 26px;
  font-family: "Microsoft YaHei";
  color: #5a5a5a;
}
.home-hero .do-pictrue .do-html-content .do-content-text {
  text-align: center;
  margin-bottom: 20px;
}
.home-hero .do-pictrue .do-html-content .do-content-text span {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #787878;
}
.home-hero .do-pictrue .do-html-content .do-content-btn {
  text-align: right;
}
.home-hero .do-pictrue .do-html-content .do-content-btn a {
  font-size: 16px;
  line-height: 58px;
  color: #424242;
  font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-hero .do-pictrue .do-html-content .do-content-btn a:hover {
  color: #ff6700;
}
.home-hero .do-pictrue .do-html-content .do-content-btn a:hover i {
  color: #ff6700;
}
.home-hero .do-pictrue .do-html-content .do-content-btn i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #b0b0b0;
  font-size: 20px;
}

.home-hero .sidebar .bar-top {
  border-top: 1px solid #f5f5f5;
}
.home-hero .sidebar .bar-top li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 20px 0;
}
.home-hero .sidebar .bar-top li a {
  width: 300px;
  display: block;
  height: 100%;
  color: #ff6700;
}
.home-hero .sidebar .bar-top li a img {
  width: 30px;
  height: 30px;
  transition: 1s;
}
.home-hero .sidebar .bar-top li a .hover-img {
  display: none;
}
.home-hero .sidebar .to-top {
  margin-top: 30px;
  opacity: 0;
  transition: 0.5s;
}
.home-hero .sidebar .to-top .bar-top li {
  width: 30px;
  border-top: none;
  height: 30px;
}
.home-hero .sidebar .to-top .bar-top li a {
  display: block;
  height: 100%;
  color: #ff6700;
}
.home-hero .sidebar .to-top .bar-top li a img {
  width: 30px;
  height: 30px;
}
.home-hero .bacrdbox {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  overflow: hidden;
}
.home-hero .bacrdbox .do-html-content {
  padding: 10px 0;
}
.home-hero .bacrdbox .do-html-content .do-content-title {
  text-align: center;
  margin-bottom: 20px;
}
.home-hero .bacrdbox .do-html-content .do-content-title span {
  font-weight: bold;
  font-size: 26px;
  font-family: "Microsoft YaHei";
  color: #5a5a5a;
}
.home-hero .bacrdbox .do-html-content .do-content-text {
  text-align: center;
  margin-bottom: 20px;
}
.home-hero .bacrdbox .do-html-content .do-content-text span {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #787878;
}
.home-hero .bacrdbox .do-html-content .do-content-btn {
  text-align: right;
}
.home-hero .bacrdbox .do-html-content .do-content-btn a {
  font-size: 16px;
  line-height: 58px;
  color: #424242;
  font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.home-hero .bacrdbox .do-html-content .do-content-btn a:hover {
  color: #ff6700;
}
.home-hero .bacrdbox .do-html-content .do-content-btn a:hover i {
  color: #ff6700;
}
.home-hero .bacrdbox .do-html-content .do-content-btn i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #b0b0b0;
  font-size: 20px;
}
.home-hero .bacrdbox .bacrdbox-artic li{
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 40px;
}

.home-hero .bacrdbox .bacrdbox-artic li .time{
  color: #9f9999;
}
.home-hero .bacrdbox .bacrdbox-artic .title{
  width: 447px;
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-hero .bacrdbox .bacrdbox-artic li img{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.home-hero .bacrdbox .bacrdbox-artic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-hero .price-artic{
  margin-top: 20px;
}
/*# sourceMappingURL=index.css.map */

.title{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 40px;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
}
.name{
  flex: 1;
  font-size: 23px;
  color:  #FE6D4B;
}
.name span{
  font-size: 20px;
  font-weight: normal;
  color: #333;
  margin-right: 10px;
}

.more{
  flex: 0 0 auto;
}
.more a{
  color: #08aeea;
}

.section-box{
  padding: 10px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.box-top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.box-img{
  flex: 0 0 auto;
  padding-right: 10px;
}
.box-img img{
  width: 200px;
  height: 120px;
}
.box-right{
  flex: 1;
}

.host-desc,.host-title,.box-item-desp{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 2em;
}
.host-title{
  font-size: 16px;
  color: #000;
}
.box-item-title .glyphicon{
  color: #c8c2c2;
}
.host-desc{
  color: #888;
  -webkit-line-clamp: 3;
}
.box-item{
  margin: 10px 0;
}
.box-item-title{
  font-size: 16px;
  line-height: 2em;
  color: #000;
}
.box-item-desp{
  font-size: 14px;
  color: #888;
}





.host-item{
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.host-img {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.host-img img{
  width: 100%;
  height: 150px;
}


.more{
  color: #08aeea;
  font-size: 14px;
  margin-left: 20px;
  letter-spacing: 2px;
}
.more:hover{
  cursor: pointer;
}

.host-img img:hover{
  transform: scale(1.2);
  transition: all 0.2s linear;
}
.artic-left{
  padding: 10px 0;
}
.article .artic-big-img{
  width: 100%;
  height: 200px;
  padding: 10px;
  position: relative;
}
.article .artic-big-img img{
  width: 100%;
  height: 200px;
}
.artic-top-desc{
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.artic-left-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.art-left-item {
  flex: 1;
  padding: 10px;
  position: relative;
  width: 100%;
  height: 200px;
}
.art-left-item img{
  width: 100%;
  
}
.artic-left-desc{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  color: #fff;
  height: 18px;
  overflow: hidden;
}
.artic-right{
  padding: 10px;
}
.artic-right li{
  list-style:disc !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #3e3e3e;
  line-height: 30px;
}

.artic-right li .art-time{
  color: #9f9999;
}
.artic-right .art-title{
  flex: 1;
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bold-title{
  font-weight: bold;
  color: #000;
}

.artic-right .circle{
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background-color: #726f6f;
  border-radius: 50%;
}
.artic-right ul{
  margin-bottom: 20px;
}

.project-img{
  flex: 0 0 auto;
  margin-right: 10px;
}
.project-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.project-item img{
  width: 100px;
}
.project-item .host-title{
  text-align: left;
}


.doctor li:hover img {
  cursor: pointer;
}
.doctor li{
  border: 1px solid #eee;
  padding: 10px;
}
.doctor li div {
  height: 260px;
  overflow: hidden;
}
.doctor li div img {
  transition: 1s;
}
.doctor li .shop-name {
  padding: 6px 0;
  font: 16px/1.5 "Hiragino Sans GB", "Microsoft YaHei", Helvetica, '宋体', STFangsong, STXihei, Arial, serif;
  color: #3e3e3e;
}
.doctor li .doc-btn{
  text-align: center;
}
.doctor li  .doc-chat_btn{
  font: 12px/1.5 "Hiragino Sans GB", "Microsoft YaHei", Helvetica, '宋体', STFangsong, STXihei, Arial, serif;
  color: #f861e5;
  line-height: 40px
}
.doctor li .doc-ico{
  margin-right: 20px;
}
.doctor li .doc-name{
  font-size: 16px;
  text-align: center;
  line-height: 48px;
}
.doctor li .doc-avater{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
}
.doctor li .doc-type{
  text-align: center;
  line-height: 20px;
  color: #3e3e3e;
  font-size: 12px;
}
.doctor li .doct-split{
  border: 2px solid #eee;
  margin: 0 10px;
}
.doctor li .shop-desc {
  line-height: 2em;
  width: 100%;
}

.doctor li .shop-desc{
  width: 100%;
  font-size: 12px;
  word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.banner-top-title{
  font-size: 19px;
  text-align: center;
  list-style: none;
  color: #333;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .home-hero{
    width: 80%;
  }
}
@media (max-width: 799px) {
  .artic-right li{
    font-size: 14px;
    padding: 0 10px;
  }
  .project-item{
    display: block;
  }
  .project-item img{
    width: 100%;
  }
  .doctor li .doc-avater{
    width: 100px;
    height: 100px;
  }
  .banner-top-title{
    font-size: 18px;
    margin-top: 10px;
  }
  .article .title,.doctor .title{
    padding: 0 20px;
  }
  .box-img img{
    width: 100px;
    height: 100px;
  }
 
}